You are here: Understanding the Meridian object model > About the Folder object > The Folder object methods > NewFolder method

NewFolder method

Creates a new subfolder of the current folder object.

Syntax

NewFolder(FolderName As String, TypeName As String, [Options As Long = 0]) As IASFolder
Parameters
Name Description

FolderName

The name of the new folder.

TypeName

Folder type name for the new folder. To create a standard folder, specify an empty string.

Options

Optional long integer that represents one or more AS_NEWFOLDER_OPTIONS constants.

Remarks

The AS_NFO_CREATE_IFNOTEXIST constant can also be passed to the GetSubFolder method to create a new subfolder.

Related concepts

About the Folder object 


www.bluecieloecm.com